Skip to main content

Resolve Bank Account

Get/Validate A Specific Account Number and Bank Code with its details i.e the account name.

GET https://api.spotflow.co/api/v1/transfers/resolve-account?accountNumber=1255730890&bankCode=090645&currency=NGN

Headers

authorization
String

Bearer SECRET_KEY
Include your secret key in the request header as a Bearer token for authorization. Unauthorized requests will result in a 401 HTTP status code.

Query Parameters

accountNumber
String

This is the account number you want to get/validate.
bankCode
String
This is the bank code of the account number on our system gotten from the Fetch All Banks Endpoint
currency
String
Select the currency for the payment charge. This is in our supported currency which is currently only NGN. Please note that only NGN accounts works with resolve bank accounts.

Sample Response:

200 OK

{
"accountNumber": "1255730890",
"accountName": "SPOTFLOW/Joel Finney"
}